getPhone

abstract fun getPhone(): String

Gets the phone number of the user. The format of the phone number is not strictly defined by this interface.

Return

The user's phone number as a string. Returns null or an empty string if not specified or not available. (Implementation should clarify behavior for missing phone number)